projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a37cf8
)
armv8: ls1046ardb_emmc: Fix a typo in defconfig
author
York Sun
<
[email protected]
>
Mon, 26 Sep 2016 15:09:28 +0000
(08:09 -0700)
committer
York Sun
<
[email protected]
>
Mon, 26 Sep 2016 15:53:07 +0000
(08:53 -0700)
It should be EMMC_BOOT instead of CONFIG_EMMC_BOOT.
Signed-off-by: York Sun <
[email protected]
>
CC: Gong Qianyu <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
configs/ls1046ardb_emmc_defconfig
patch
|
blob
|
history
diff --git
a/configs/ls1046ardb_emmc_defconfig
b/configs/ls1046ardb_emmc_defconfig
index 2daddf4f8f41c878e60ff0bed497af8e6402bf08..a1ee1ab2c06c0153f432ca9d07cce52356382ede 100644
(file)
--- a/
configs/ls1046ardb_emmc_defconfig
+++ b/
configs/ls1046ardb_emmc_defconfig
@@
-6,7
+6,7
@@
CONFIG_SPL=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
-CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SYS_FSL_DDR4,
CONFIG_
EMMC_BOOT"
+CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SYS_FSL_DDR4,EMMC_BOOT"
CONFIG_SD_BOOT=y
CONFIG_BOOTDELAY=10
CONFIG_HUSH_PARSER=y